home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTQuickInfo.dfm / AHMTQuickInfo.txt
Encoding:
Text File  |  1998-06-28  |  2.8 KB  |  157 lines

  1. object AHMQuickInfoForm: TAHMQuickInfoForm
  2.   Left = 241
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 222
  6.   ClientWidth = 331
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 4
  17.     Top = 4
  18.     Width = 321
  19.     Height = 169
  20.     Shape = bsFrame
  21.   end
  22.   object Label10: TLabel
  23.     Left = 8
  24.     Top = 152
  25.     Width = 313
  26.     Height = 16
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Color = clSilver
  30.     ParentColor = False
  31.     Transparent = True
  32.   end
  33.   object Label9: TLabel
  34.     Left = 8
  35.     Top = 136
  36.     Width = 313
  37.     Height = 16
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Color = clSilver
  41.     ParentColor = False
  42.     Transparent = True
  43.   end
  44.   object Label8: TLabel
  45.     Left = 8
  46.     Top = 120
  47.     Width = 313
  48.     Height = 16
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Color = clSilver
  52.     ParentColor = False
  53.     Transparent = True
  54.   end
  55.   object Label7: TLabel
  56.     Left = 8
  57.     Top = 104
  58.     Width = 313
  59.     Height = 16
  60.     Alignment = taCenter
  61.     AutoSize = False
  62.     Color = clSilver
  63.     ParentColor = False
  64.     Transparent = True
  65.   end
  66.   object Label6: TLabel
  67.     Left = 8
  68.     Top = 88
  69.     Width = 313
  70.     Height = 16
  71.     Alignment = taCenter
  72.     AutoSize = False
  73.     Color = clSilver
  74.     ParentColor = False
  75.     Transparent = True
  76.   end
  77.   object Label5: TLabel
  78.     Left = 8
  79.     Top = 72
  80.     Width = 313
  81.     Height = 16
  82.     Alignment = taCenter
  83.     AutoSize = False
  84.     Color = clSilver
  85.     ParentColor = False
  86.     Transparent = True
  87.   end
  88.   object Label4: TLabel
  89.     Left = 8
  90.     Top = 56
  91.     Width = 313
  92.     Height = 16
  93.     Alignment = taCenter
  94.     AutoSize = False
  95.     Color = clSilver
  96.     ParentColor = False
  97.     Transparent = True
  98.   end
  99.   object Label3: TLabel
  100.     Left = 8
  101.     Top = 40
  102.     Width = 313
  103.     Height = 16
  104.     Alignment = taCenter
  105.     AutoSize = False
  106.     Color = clSilver
  107.     ParentColor = False
  108.     Transparent = True
  109.   end
  110.   object Label2: TLabel
  111.     Left = 8
  112.     Top = 24
  113.     Width = 313
  114.     Height = 16
  115.     Alignment = taCenter
  116.     AutoSize = False
  117.     Color = clSilver
  118.     ParentColor = False
  119.     Transparent = True
  120.   end
  121.   object Label1: TLabel
  122.     Left = 8
  123.     Top = 8
  124.     Width = 313
  125.     Height = 16
  126.     Alignment = taCenter
  127.     AutoSize = False
  128.     Color = clSilver
  129.     ParentColor = False
  130.     Transparent = True
  131.   end
  132.   object BitBtn1: TBitBtn
  133.     Left = 120
  134.     Top = 176
  135.     Width = 73
  136.     Height = 25
  137.     Caption = 'OK'
  138.     Default = True
  139.     Font.Color = clWindowText
  140.     Font.Height = -11
  141.     Font.Name = 'System'
  142.     Font.Style = []
  143.     ParentFont = False
  144.     TabOrder = 0
  145.     OnClick = BitBtn1Click
  146.     NumGlyphs = 2
  147.   end
  148.   object StatusBar1: TStatusBar
  149.     Left = 0
  150.     Top = 203
  151.     Width = 331
  152.     Height = 19
  153.     Panels = <>
  154.     SimplePanel = False
  155.   end
  156. end
  157.